Getting files in and out of
SSH into the box. SCP the file over. Open FileZilla. Find the credentials. Realize you’re on the wrong VPN. Start over.
File Manager eliminates the friction. Your Workbench filesystem is accessible right in the browser — the same shared storage that AI Lab, DB Loadr, AGTerm, and every other tool use. Upload a dataset, it’s immediately available in your notebooks. Download a result, it’s right there. No terminal required.
Universal Storage Access
Large File Support
Same Filesystem, All Tools
What is File Manager?
File Manager is a web-based file browser built into the Calliope AI Workbench. It gives you graphical access to your Workbench’s shared EFS storage — the same filesystem every other tool in the Workbench reads from and writes to.
It’s the tool you reach for when you need to get files in or out of your environment without opening a terminal.
Filesystem structure
The Workbench follows a Universal Storage Convention — every tool knows where to find things:
| Path | Contents |
|---|---|
/home/{user}/workspace |
Your personal workspace |
/home/shared/datasets |
Org-wide datasets |
/home/shared/models |
Shared model files |
/home/shared/templates |
Notebook and config templates |
/home/shared/documentation |
Team documentation |
/home/collaboration |
Cross-team collaboration space |
File Manager gives you a graphical view of all of it.
Who is File Manager for?
- Data scientists uploading raw datasets before they start analysis in AI Lab
- Analysts downloading finished reports, charts, and CSV exports
- DevOps distributing config files and scripts to the shared templates folder
- Project managers reviewing what’s been produced in a workspace without needing tool access
- Anyone who needs to move files without a terminal
File Manager puts your entire Workbench filesystem in a browser tab. Upload data, download results, share files across your team — without SSH, SCP, or a separate FTP client.